reftests: Unset background-image in CSS of test
authorBenjamin Otte <otte@redhat.com>
Sun, 15 May 2011 11:05:55 +0000 (13:05 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 May 2011 20:17:56 +0000 (22:17 +0200)
Otherwise the test screws up when it's set

tests/reftests/entry-progress-coloring.css

index e55a7df5e07c765f2275feebabaa4a585dfc7fe5..3c93a76d0a7a34046222c9c228f19bd015259a05 100644 (file)
@@ -13,6 +13,7 @@ GtkEntry #padded {
 
 .progressbar {
   background-color: rgba(0,0,0,0);
+  background-image: none;
   border-color: rgba(0,0,0,0);
   color: red;
 }